CacheToDiskLocation Property (IDocument<T>)
In This Topic
CacheToDiskLocation Specifies location of CacheToDisk files - can be physical path or "IsolatedStorage" to use IsolatedStorage.
Syntax
'Declaration
Property CacheToDiskLocation As String
string CacheToDiskLocation {get; set;}
See Also